home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / game_224.swf / scripts / DefineButton2_194 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  150b  |  9 lines

  1. on(release){
  2.    call("/:TAllFalse");
  3.    setProperty("/TheRules", _visible, "1");
  4.    tellTarget("/TheRules")
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.